-
Notifications
You must be signed in to change notification settings - Fork 14
dashboard: cpu/memory/virtual memory panels #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
dashboard: cpu/memory/virtual memory panels #245
Conversation
ce8eeda
to
7a9bc4f
Compare
7a9bc4f
to
d1b1905
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, squash commits.
#RUN DEBIAN_FRONTEND=noninteractive apt install -y git patch | ||
#RUN git clone https://github.com/magefile/mage && \ | ||
# cd mage && \ | ||
# go run bootstrap.go | ||
#RUN tt install tt master | ||
#RUN tt install tarantool master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, revert the changes or fix the problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's temporarily debug stuff.
Is it possible to sum system and user time for cpu graphs by thread? |
fd41f66
to
4bfde95
Compare
Yes, all required metrics are provided by |
4bfde95
to
bc4b63e
Compare
bc4b63e
to
d1d8047
Compare
c883af2
to
c7a8a72
Compare
c7a8a72
to
76d15fe
Compare
- [x] **tnt_memory**: see *Tarantool runtime overview/Resident memory per instance*, *Tarantool runtime overview/Total resident memory usage* panels ([#245](https://github.com/tarantool/grafana-dashboard/pull/245)) | ||
- [x] **tnt_memory_virt**: see *Tarantool runtime overview/Virtual memory per instance*, *Tarantool runtime overview/Total virtual memory usage* panels ([#245](https://github.com/tarantool/grafana-dashboard/pull/245)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also update cpu-related panels list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added below.
This patch adds `CPU/memory/virtual memory` utilization panels per instance and total. Closes #TNTP-4365
76d15fe
to
d73f492
Compare
This patch adds
CPU/memory/virtual memory
utilization panels per instance and total.Closes #TNTP-4365
screenshots